home *** CD-ROM | disk | FTP | other *** search
- object CalForm: TCalForm
- Left = 250
- Top = 130
- HorzScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Pick a Date...'
- ClientHeight = 226
- ClientWidth = 260
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 257
- Height = 225
- TabOrder = 7
- object DateLabel: TLabel
- Left = 0
- Top = 0
- Width = 257
- Height = 25
- Alignment = taCenter
- AutoSize = False
- end
- end
- object Calendar1: TCalendar
- Left = 0
- Top = 48
- Width = 257
- Height = 129
- StartOfWeek = 0
- TabOrder = 0
- OnChange = Calendar1Change
- end
- object LastMonthBtn: TButton
- Left = 0
- Top = 176
- Width = 105
- Height = 25
- Caption = '<< Last Month'
- TabOrder = 1
- OnClick = LastMonthBtnClick
- end
- object NextMonthBtn: TButton
- Left = 152
- Top = 176
- Width = 105
- Height = 25
- Caption = 'Next Month >>'
- TabOrder = 2
- OnClick = NextMonthBtnClick
- end
- object OKBtn: TButton
- Left = 0
- Top = 200
- Width = 257
- Height = 25
- Caption = '&OK'
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object LastYearBtn: TButton
- Left = 0
- Top = 24
- Width = 129
- Height = 25
- Caption = '< Last Year'
- TabOrder = 4
- OnClick = LastYearBtnClick
- end
- object NextYearBtn: TButton
- Left = 128
- Top = 24
- Width = 129
- Height = 25
- Caption = 'Next Year >'
- TabOrder = 5
- OnClick = NextYearBtnClick
- end
- object TodayBtn: TButton
- Left = 104
- Top = 176
- Width = 49
- Height = 25
- Caption = 'Today'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = TodayBtnClick
- end
- end
-